github.com/gotd/td/internal/rpc.Engine.rpc (field)
7 uses
github.com/gotd/td/internal/rpc (current package)
engine.go#L22: rpc map[int64]func(*bin.Buffer, error) error
engine.go#L49: rpc: map[int64]func(*bin.Buffer, error) error{},
engine.go#L121: e.rpc[req.MsgID] = handler
engine.go#L127: delete(e.rpc, req.MsgID)
engine.go#L157: e.rpc[req.MsgID] = func(b *bin.Buffer, e error) error { return nil }
engine.go#L238: fn, ok := e.rpc[msgID]
engine.go#L251: fn, ok := e.rpc[msgID]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |